home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v04n09 / count.doc < prev    next >
Text File  |  1991-08-12  |  846b  |  21 lines

  1. PC/Computing               September 1991          COUNT.DOC
  2. Ronny Richardson                                    Page 258
  3.  
  4.        Batch Files that Count
  5.        ----------------------
  6.  
  7. Use this counting routine in batch files to perform routine tasks,
  8. such as backups, that you want to execute at regular intervals.
  9. Used in your AUTOEXEC.BAT filfe, you can automatically run the
  10. CHKDSK/F command every third time you reboot.
  11.  
  12. COUNT.BAT creates a zero-byte file and uses its name as the
  13. counter.  When you execute COUNT.BAT, it looks for a file named
  14. BOOT? and branches to a label in the batch file.
  15.  
  16.  
  17. Material in this document may not be reproduced in any form 
  18. without permission. Written requests for permission should 
  19. be addressed to Chantal Lavelanet, Ziff-Davis Publishing 
  20. Company, One Park Avenue, New York, NY  10016.
  21.